-
Notifications
You must be signed in to change notification settings - Fork 2.2k
多了个符号miniprogram-ci打包报错 #163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
多了个符号miniprogram-ci打包报错 #163
Conversation
# Conflicts: # miniprogram/packageComponent/pages/content/selection/selection.js # miniprogram/packageComponent/pages/view/match-media/match-media.js # miniprogram/packageComponent/pages/view/page-container/page-container.js # miniprogram/packageComponent/pages/view/root-portal/root-portal.js # miniprogram/packageXRFrame/pages/index/data/index.js
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
}, | ||
back() { | ||
const data = this.data | ||
console.log('---------222', getCurrentPages().length) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
去掉 console.log,下同
const isSupport = !!wx.getMenuButtonBoundingClientRect; | ||
const rect = wx.getMenuButtonBoundingClientRect ? wx.getMenuButtonBoundingClientRect() : null; | ||
const isSupport = !!wx.getMenuButtonBoundingClientRect | ||
const rect = wx.getMenuButtonBoundingClientRect ? wx.getMenuButtonBoundingClientRect() : null | ||
wx.getSystemInfo({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
getSystemInfo 换成新接口
No description provided.